Skip to content

Fix build on GCC 15.#27

Open
tony-hn wants to merge 1 commit intoumontreal-simul:masterfrom
tony-hn:fix_build_on_gcc_15
Open

Fix build on GCC 15.#27
tony-hn wants to merge 1 commit intoumontreal-simul:masterfrom
tony-hn:fix_build_on_gcc_15

Conversation

@tony-hn
Copy link
Copy Markdown

@tony-hn tony-hn commented Oct 15, 2025

The default make target fails on GCC 15.2.1 because file ucryptoIS.c has old, K&R style prototypes, that do not list parameters. Newer versions of GCC require the parameters in a function prototype to match the arguments in calls to the function.

The default make target fails on GCC 15.2.1 because file ucryptoIS.c has old, K&R style prototypes, that do not list parameters. Newer versions of GCC require the parameters in a function prototype to match the arguments in calls to the function.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant